Ignore color fonts when using Xft
authorRobert Pluim <rpluim@gmail.com>
Tue, 3 Apr 2018 09:06:01 +0000 (11:06 +0200)
committerAndreas Beckmann <anbe@debian.org>
Fri, 12 Jul 2019 18:06:05 +0000 (20:06 +0200)
commit77f3313d9159759126188903933884b2d308c0f3
tree4d81a97582c8faed53e21ff555dedc09084e9de8
parentface2676a9d5a13b40eaeecfb09a16e81364e916
Ignore color fonts when using Xft

* src/font.c (syms_of_font): New configuration variable
xft-ignore-color-fonts, default t.
* src/ftfont.c (ftfont_spec_pattern): Tell fontconfig to ignore
color fonts if xft-ignore-color-fonts is t.  (Bug#30874, Bug#30045)
* etc/NEWS: Document xft-ignore-color-fonts.
src/font.c
src/ftfont.c